.glidecontentwrapper {
	OVERFLOW: hidden;
	WIDTH: 100%;
	POSITION: relative;
	HEIGHT: 120px;
}
.glidecontent {
	BACKGROUND: white;
	VISIBILITY: hidden;
	WIDTH: 400px;
	POSITION: absolute;
	padding: 10px;
}
.glidecontenttoggler {
	MARGIN-TOP: 6px;
	WIDTH: 100%;
	TEXT-ALIGN: center
}
.glidecontenttoggler A {
	PADDING-RIGHT: 3px;
	DISPLAY: inline-block;
	PADDING-LEFT: 3px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 1px;
	COLOR: #2e6ab1;
	MARGIN-RIGHT: 3px;
	PADDING-TOP: 1px;
	TEXT-DECORATION: none;
	border: 1px solid #CCCCCC;
}
.glidecontenttoggler A.selected {
	COLOR: #009900;
	background-color: #FF9900;
}
.glidecontenttoggler A:hover {
	COLOR: #009900;
	background-color: #FF9900;
}
.glidecontenttoggler A.toc {
	
}
.glidecontenttoggler A.prev {
	
}
.glidecontenttoggler A.next {
	
}
.glidecontenttoggler A.prev:hover {
	BACKGROUND: #1a48a4; COLOR: white
}
.glidecontenttoggler A.next:hover {
	BACKGROUND: #1a48a4; COLOR: white
}
